XmlNodeCollection Class |
Namespace: Independentsoft.Sip.Presence
The XmlNodeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| XmlNodeCollection |
Initializes a new instance of the XmlNodeCollection class.
|
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from CollectionBase.) | |
| Count | (Inherited from CollectionBase.) | |
| InnerList | (Inherited from CollectionBase.) | |
| Item |
Gets or sets the value associated with the specified index.
In C#, this property is the indexer for the XmlNodeCollection class.
| |
| List | (Inherited from CollectionBase.) |
| Name | Description | |
|---|---|---|
| Add(XmlNode) |
Adds a XmlNode to the collection.
| |
| Add(XmlNodeCollection) |
Adds a XmlNodeCollection to the collection.
| |
| Clear | (Inherited from CollectionBase.) | |
| Contains |
Determines whether the XmlNodeCollection contains a specific XmlNode.
| |
| CopyTo |
Copies an XmlNode array to the collection, starting at a specified target index.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Returns the zero-based index of the first occurrence of the specified node in the collection.
| |
| Insert |
Inserts the specified node at the specified possition.
| |
| MemberwiseClone | (Inherited from Object.) | |
| OnClear | (Inherited from CollectionBase.) | |
| OnClearComplete | (Inherited from CollectionBase.) | |
| OnInsert | (Inherited from CollectionBase.) | |
| OnInsertComplete | (Inherited from CollectionBase.) | |
| OnRemove | (Inherited from CollectionBase.) | |
| OnRemoveComplete | (Inherited from CollectionBase.) | |
| OnSet | (Inherited from CollectionBase.) | |
| OnSetComplete | (Inherited from CollectionBase.) | |
| OnValidate | (Inherited from CollectionBase.) | |
| Remove |
Removes a XmlNode from the collection, if it is present.
| |
| RemoveAt | (Inherited from CollectionBase.) | |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |